kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]Float
/
plus
plus
Native
inline operator
fun
plus
(
other
:
Byte
)
:
Float
Content copied to clipboard
inline operator
fun
plus
(
other
:
Short
)
:
Float
Content copied to clipboard
inline operator
fun
plus
(
other
:
Int
)
:
Float
Content copied to clipboard
inline operator
fun
plus
(
other
:
Long
)
:
Float
Content copied to clipboard
operator external
fun
plus
(
other
:
Float
)
:
Float
Content copied to clipboard
inline operator
fun
plus
(
other
:
Double
)
:
Double
Content copied to clipboard
Adds the other value to this value.